Restarted dem2 (Python 3.11.5)
dff = nm.plot(isCT=True, throwTime = 10, qstring= ' (grenade_type == "smoke" and landTime <= 9)', drop_excess=True )
dff = nm.plot(isCT=True, throwTime = 30, qstring= ' (grenade_type == "smoke" and landTime > 9 and landTime <= 30)', min_dist= 1000)
dff = nm.plot(isCT=True, throwTime = 8, qstring = '(grenade_type == "molotov")', )
dff = nm.plot(isCT=True, throwTime = 8, qstring = '(grenade_type == "flashbang")', )
dff = nm.plot(isCT=False, throwTime = 20, qstring = '(grenade_type == "smoke")', min_dist = 300)
# nm.dfplot.style.format({'URL':make_clickable})
dff = nm.plot(isCT=False, throwTime = 10, qstring = '(grenade_type == "smoke" and throwTime <= 10)', min_dist = 300)
dff = nm.plot(isCT=False, throwTime = 30, qstring = '(grenade_type == "smoke" and throwTime > 10 and throwTime <= 30)', min_dist = 600)
dff = nm.plot(isCT=False, throwTime = 30, qstring = '(grenade_type == "molotov" and throwTime <= 30)', min_dist = 300)